home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-06-14 | 408 b | 11 lines | [TEXT/MPS ] |
- CFLOW [-c [-i]] [-f FileListName] [-p] filename
-
- CFLOW is a C language utility program that extracts all function headings in
- the source code, and displays them to stdout. All inner function calls may
- optionally be shown.
-
- -c switches ON listing of all inner calls
- -f FileListName reads 'FileListName' for filenames to use
- -i indents the FuncCalls by {..} level
- -p Do NOT do page headings between pages.
-